-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle vote extensions #47
Conversation
…fault and vote extension functionalities
@@ -10,12 +10,9 @@ option go_package = "github.com/Team-Kujira/core/x/oracle/types"; | |||
// GenesisState defines the oracle module's genesis state. | |||
message GenesisState { | |||
Params params = 1 [(gogoproto.nullable) = false]; | |||
repeated FeederDelegation feeder_delegations = 2 [(gogoproto.nullable) = false]; | |||
repeated ExchangeRateTuple exchange_rates = 3 | |||
repeated ExchangeRateTuple exchange_rates = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should retain the same indexes for the same properties? Make an old genesis export compatible with the new module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Genesis encoding/decoding's done in JSON and proto index won't be affected I believe.
a8d994a
to
718bc47
Compare
…into oracle-vote-extensions
bccf555
to
e4dbc99
Compare
e4dbc99
to
b5777ec
Compare
No description provided.